home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Misc. / Class Administrator / Helper / card_15559.txt < prev    next >
Text File  |  1990-07-06  |  3KB  |  125 lines

  1. -- card: 15559 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 15131
  5. -- name: Printing Missing Assignments
  6.  
  7.  
  8. -- part 2 (field)
  9. -- low flags: 00
  10. -- high flags: 2004
  11. -- rect: left=80 top=43 right=260 bottom=438
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 3 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=240 top=0 right=25 bottom=272
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 1007 / 1007
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Printer
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   print this card
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 4 (button)
  42. -- low flags: 00
  43. -- high flags: 0000
  44. -- rect: left=11 top=123 right=148 bottom=43
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 1007 / 1007
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: Printer
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   print this card
  56. end mouseUp
  57.  
  58.  
  59.  
  60. -- part 5 (button)
  61. -- low flags: 00
  62. -- high flags: 0000
  63. -- rect: left=244 top=286 right=311 bottom=276
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 1007 / 1007
  66. -- text alignment: 1
  67. -- font id: 0
  68. -- text size: 12
  69. -- style flags: 0
  70. -- line height: 16
  71. -- part name: Printer
  72. ----- HyperTalk script -----
  73. on mouseUp
  74.   print this card
  75. end mouseUp
  76.  
  77.  
  78.  
  79. -- part 6 (button)
  80. -- low flags: 00
  81. -- high flags: 0000
  82. -- rect: left=473 top=127 right=152 bottom=505
  83. -- title width / last selected line: 0
  84. -- icon id / first selected line: 1007 / 1007
  85. -- text alignment: 1
  86. -- font id: 0
  87. -- text size: 12
  88. -- style flags: 0
  89. -- line height: 16
  90. -- part name: Printer
  91. ----- HyperTalk script -----
  92. on mouseUp
  93.   print this card
  94. end mouseUp
  95.  
  96.  
  97.  
  98. -- part 7 (button)
  99. -- low flags: 00
  100. -- high flags: 8003
  101. -- rect: left=105 top=0 right=22 bottom=205
  102. -- title width / last selected line: 0
  103. -- icon id / first selected line: 0 / 0
  104. -- text alignment: 1
  105. -- font id: 0
  106. -- text size: 12
  107. -- style flags: 0
  108. -- line height: 16
  109. -- part name: Back to menu
  110. ----- HyperTalk script -----
  111. on mouseUp
  112.   go to first card
  113. end mouseUp
  114.  
  115.  
  116.  
  117. -- part contents for card part 2
  118. ----- text -----
  119. This icon will always print out the desired information.  If you wish to print out a student's missing assignments, you must:
  120.  
  121. 1)  Click on the printer icon on the student's grade card.  Choose the "Missing Assignments" button.  Otherwise, you will simply print out the individual card on the screen.
  122.  
  123. 2)  Fill out an assignment card in the "LessonPlan" stack for each assignment recorded in your class.  Otherwise, the "Print" icon will do nothing or give an error message.
  124.  
  125.